type vendor/golang.org/x/crypto/chacha20poly1305.xchacha20poly1305
6 uses
vendor/golang.org/x/crypto/chacha20poly1305 (current package)
xchacha20poly1305.go#L14: type xchacha20poly1305 struct {
xchacha20poly1305.go#L28: ret := new(xchacha20poly1305)
xchacha20poly1305.go#L33: func (*xchacha20poly1305) NonceSize() int {
xchacha20poly1305.go#L37: func (*xchacha20poly1305) Overhead() int {
xchacha20poly1305.go#L41: func (x *xchacha20poly1305) Seal(dst, nonce, plaintext, additionalData []byte) []byte {
xchacha20poly1305.go#L66: func (x *xchacha20poly1305) Open(dst, nonce, ciphertext, additionalData []byte) ([]byte, error) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |